Bank sample using IIOP


Powered by: LiveConnect, IIOP
Last modified: Wed Apr 9 15:04:45 1997

This application is based around the IDL interfaces ::Bank::AccountManager and ::Bank::Account defined in Bank.idl. It illustrates how Server-Side JavaScript (SSJS) can be used to drive Java stubs/implementations which use IIOP.

This application has two facets:

  1. A page which activates a Java implementation of these interfaces (service page).
  2. A page which activates Java stubs which connect to the implementation of these interfaces.

In this example, both the service and the client are running in the Enterprise Server process.

To see this in action, first START THE SERVICE.

Next, CONNECT to this service as a client.